ChartElement
StockSharp.Xaml.Charting
The base class that describes the chart element (indicator, candle, etc.).
Hereda de: ChartPart<T>
Implementa: IChartElementEx, IChartElement, IChartPart<IChartElement>, INotifyPropertyChanging, INotifyPropertyChanged, IPersistable
Propiedades
ChartArea : IChartArea
Chart area.
ChildElements : IEnumerable<IChartElement>
Child chart elements.
Colorer : Func<IComparable, Color?>
Custom elements colorer.
FullTitle : string
The full series title. If this property is undefined, auto-generated title will be used instead.
ParentElement : IChartElement
Parent chart element.
Métodos
AddChildElement(IChartElement, bool)
Add child chart element.
- element
- dontDraw
- Do not create corresponding chart element. Used for nested elements.
CheckAxesCompatible(ChartAxisType?, ChartAxisType?) : bool
Check if the element can be drawn using supplied axis types.
- xType
- X axis type.
- yType
- Y axis type.
Devuelve: if supplied types are supported.
CreateClone() : T
Create clone but do not fill out fields/properties.
OnDraw(ChartDrawData) : bool
Draw on root element.
- data
- Chart drawing data.
Devuelve: if the data was successfully drawn, otherwise, returns .
OnReset()
Reset element.
RemoveChildElement(IChartElement)
Remove child chart element.